home *** CD-ROM | disk | FTP | other *** search
- object Unzip: TUnzip
- Left = 207
- Top = 106
- BorderIcons = []
- BorderStyle = bsToolWindow
- Caption = 'Preparing QIM Setup'
- ClientHeight = 113
- ClientWidth = 383
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnClick = FormClick
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 6
- Top = 28
- Width = 109
- Height = 13
- Caption = 'Current File Progress....'
- end
- object Label2: TLabel
- Left = 6
- Top = 4
- Width = 3
- Height = 13
- end
- object Label3: TLabel
- Left = 6
- Top = 72
- Width = 129
- Height = 13
- Caption = 'Decompression Progress....'
- end
- object Image6: TImage
- Left = 342
- Top = 4
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image000.ico>}
- end
- object ProgressBar1: TProgressBar
- Left = 6
- Top = 42
- Width = 369
- Height = 15
- Min = 0
- Max = 100
- TabOrder = 0
- end
- object ProgressBar2: TProgressBar
- Left = 6
- Top = 86
- Width = 367
- Height = 15
- Min = 0
- Max = 100
- TabOrder = 1
- end
- object SegCompEZ1: TSegCompEZ
- RegName = 'Marc Hale'
- RegNumber = 10818
- OnCheckFile = SegCompEZ1CheckFile
- OnShowProgress = SegCompEZ1ShowProgress
- MakeDirectories = False
- ExceptionOnFileError = False
- Key = 0
- CheckSpaceBeforeExpand = False
- SegBaseName = 'segdata'
- SegDir = 'a:\'
- SegPopUp = False
- SegSize = 1440000
- SegTmpDir = 'c:\mbm32\setup'
- OnSegBefore = SegCompEZ1SegBefore
- SegBuildMode = bmRecursive
- SegCompType = coLZH5
- SegMultiArc = True
- Left = 226
- Top = 4
- end
- object Timer1: TTimer
- Enabled = False
- OnTimer = Timer1Timer
- Left = 192
- Top = 4
- end
- end
-